home *** CD-ROM | disk | FTP | other *** search
/ Home of Orchestra World / Home of Orchestra World.iso / orch.dir / 00061_Script_61 < prev    next >
Text File  |  1980-01-05  |  417b  |  20 lines

  1. on enterFrame
  2.   
  3.   puppetSprite 6,false
  4.   puppetSprite 7,false
  5.   puppetSprite 8,false
  6.   puppetSprite 9,false
  7.   
  8.   set the immediate of sprite 3 to false
  9.   set the immediate of sprite 4 to false
  10.   
  11.   set the immediate of sprite 6 to false
  12.   set the immediate of sprite 7 to false
  13.   set the immediate of sprite 8 to false
  14.   set the immediate of sprite 9 to false
  15.   
  16. end
  17.  
  18. on exitFrame
  19.   go to "d1"
  20. end